home *** CD-ROM | disk | FTP | other *** search
- Debugging Your Visual Basic Applications
- Janet Robinson
- Microsoft Corporation
-
- Talk and White Paper:
-
- VBDEBUG.DOC
- White paper discussing debugging techniques for Visual Basic applications.
-
- LONDEBUG.PPT
- PowerPoint 4.0 Presentation: Debugging Your VB Application
-
- Demo Code:
- DEBUG.ZIP
- To unzip, copy debug.zip a new directoy and from a DOS prompt, type:
- PKUNZIP -D DEBUG.ZIP
-
- \KBNAMCONV.TXT
- Naming conventions for Visual Basic programmers
-
- \DEBUG\ALIAS.MAK
- using Declares from Help file versus creating specialized
- Aliases for the different ways you'll be using the DLL procedure
-
- \DEBUG\FOCUS.MAK
- two text boxes competing for focus
-
- \DEBUG\NODIM.MAK
- drag and drop from a multi-select list box
- file/dir listboxes
-
- \DEBUG\PRIME.MAK
- lists prime numbers from 3 to 999
-
- \DEBUG\STACK.MAK
- Celcius to Fahrenheit conversion, shows event cascading resulting
- in stack overflow
-
- \DEBUG\TAGS.MAK
- Shows trying to set the tag of a form from another form and use
- in form_load. Can't do it because referencing the tag loads the
- form before setting the property.
-
- \DEBUG\VARIANT.MAK
- can pass any data type to a procedure that accepts Variant -- Visual
- Basic doesn't do type checking for you.
-
- \PASSARRY\PASSARRY.MAK
- how to format an Excel array with information to pass to a
- 2D range in Excel such as:
- ={"","Q1","Q2";"1990",200,1200;"1991",400,1400;"1992",600,1600}
-
- \FINDXL\FINDXL.MAK
- Finds hidden instances of Excel using OLE automation so they can
- be ended.
-
- \FINDXL\HIDEXL.MAK
- Starts up a new instance of Excel, making it visible.
- Hides the new instance of Excel... now you can text FINDXL.MAK
-
-